home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / internet / dlx0_8a.exe / DOSLYNX.CFG next >
Text File  |  1994-08-11  |  20KB  |  536 lines

  1. #
  2. #       University of Kansas DosLynx configuration file.
  3. #       Last changed 08-11-94, Garrett Arch Blythe
  4. #       Mail doslynx@falcon.cc.ukans.edu for any questions.
  5. #
  6. #       This file is used by DosLynx version 0.8 alpha release to allow for
  7. #       user configuration of their network settings and miscellaneous
  8. #       DosLynx settings.
  9. #
  10. #############################################################################
  11. #
  12. #       This is a free form configuration file.
  13. #       Options do not need to be in any specific order.
  14. #
  15. #       Comments can start at the following characters and end at the end of
  16. #       the line containing them:  # and ;
  17. #
  18. #       Option form is keyword=value for each parameter.
  19. #       The keyword=value should all be on one line, at the start of a line.
  20. #       Possible values are listed above by each keyword.
  21. #
  22.  
  23.  
  24.  
  25.  
  26. #
  27. #       The following are options specific to Waterloo TCP for network
  28. #               configuration.
  29. #       DO NOT USE THE DEFAULT VALUES OF THESE OPTIONS.
  30. #       Never guess IP numbers.  If you are unsure, contact you local network
  31. #               administrator.
  32. #
  33.  
  34.  
  35.  
  36.  
  37. #       my_ip           mandatory option
  38. #
  39. #       my_ip specifies a computer's IP address.
  40. #       The value may be BOOTP instead of an IP address in the case that
  41. #               Waterloo TCP can configure itself through your available
  42. #               BOOTP server.  If you are unsure if you have BOOTP capability
  43. #               ask your local network administrator or use your IP number
  44. #               if you know it.
  45. #       This value must be unique.  If you accidentally share an IP number
  46. #               with another computer, chances are neither machine will work.
  47. #my_ip=BOOTP
  48. my_ip=0.0.0.0
  49.  
  50.  
  51.  
  52.  
  53. #       netmask         mandatory option, unless BOOTP
  54. #
  55. #       netmask is simply your [sub]network mask.  This value should never
  56. #               be 255.255.255.255
  57. #       Ask your local network administrator for the correct network mask if
  58. #               you do not know.
  59. #       If you use BOOTP as my_ip, you will not have to use netmask.  Comment
  60. #               out the following line if you desire; if you do not comment
  61. #               the line out, use the correct netmask!
  62. netmask=0.0.0.0
  63.  
  64.  
  65.  
  66.  
  67. #       gateway         mandatory option, unless BOOTP
  68. #
  69. #       gateway is your local gateway.  This value should be a valid IP number
  70. #               of another networked computer that your local network
  71. #               administrator calls your gateway.
  72. #       Ask your local network administrator for the correct gateway IP if
  73. #               you do not know.
  74. #       If you use BOOTP as my_ip, you will not have to use gateway.  Comment
  75. #               out the following line if you desire; if you do not comment
  76. #               the line out, use the correct gateway IP!
  77. #       The esoteric use of gateway allows you to configure a routing table
  78. #               with up to 12 separate entries.  Each entry must specify a
  79. #               gateway, an optional destination subnet, and then an optional
  80. #               subnet mask:
  81. #                       gateway=0.0.0.0[, 0.0.0.0[, 0.0.0.0]]
  82. #               You may use the same gateway IP in each entry if need be.
  83. gateway=0.0.0.0
  84.  
  85.  
  86.  
  87.  
  88. #       nameserver      mandatory option, unless BOOTP
  89. #
  90. #       nameserver is a networked computer that can tell your computer an IP
  91. #               number of yet another networked computer.  You can have up to
  92. #               9 different nameserver entries, each assigned a different IP
  93. #               number.  Waterloo TCP will go through the list of provided
  94. #               nameservers in order of appearance until a valid IP number
  95. #               is determined.
  96. #       Ask your local network administrator for the correct nameserver IPs if
  97. #               you do not know.
  98. #       If you use BOOTP as my_ip, you will not have to use nameserver.
  99. #               Comment out the following lines if you desire; if you do not
  100. #               comment the lines out, use correct nameserver IPs!
  101. #nameserver=0.0.0.0
  102. #nameserver=0.0.0.0
  103. nameserver=0.0.0.0
  104.  
  105.  
  106.  
  107.  
  108. #       domainslist     mandatory option
  109. #
  110. #       domainslist tells Waterloo TCP your domain.  Afterwards, any computers
  111. #               specified without a full domain name will have the domainslist
  112. #               value appended to them.
  113. #       For best results, enclose the value of the domainslist entry within
  114. #               double quotes.
  115. #       Ask your local network administrator for the correct domain if you do
  116. #               not know.
  117. domainslist="cc.ukans.edu"
  118.  
  119.  
  120.  
  121.  
  122. #       include         optional
  123. #
  124. #       include will simply insert another file's contents as if it were
  125. #               inside this configuration file at the line which the include
  126. #               directive resides.
  127. #       Only Waterloo TCP keywords will be recognized in the included file.
  128. #include=c:\your_own.cfg
  129.  
  130.  
  131.  
  132.  
  133. #       bootp           optional, esoteric
  134. #
  135. #       bootp will use a specific bootp server by specifying the server's IP.
  136. #       If you are not using bootp or have no need to specify the exact bootp
  137. #               server then there will be no need to use to bootp keyword.
  138. #       Ask your local network administrator for the correct bootp server IP
  139. #               if you do not know.
  140. #bootp=0.0.0.0
  141.  
  142.  
  143.  
  144.  
  145. #       bootpto         optional
  146. #
  147. #       bootpto specifies the amount of time that Waterloo TCP will wait for
  148. #               your bootp server to respond with your network information.
  149. #       The default timeout value is 30 seconds.
  150. #bootpto=30
  151.  
  152.  
  153.  
  154.  
  155. #       ethip           optional, esoteric
  156. #
  157. #       ethip is used to allow use of multiple IP numbers within the same
  158. #               configuration file with each one being tied to a particular
  159. #               ethernet address.
  160. #       This is mainly for use of one big configuration file residing on a
  161. #               network that every user can use.
  162. #ethip=00:00:00:00:00:00, 0.0.0.0
  163.  
  164.  
  165.  
  166.  
  167. #       hostname        optional, unless BOOTP
  168. #
  169. #       hostname allows you to give your computer a name while Waterloo TCP is
  170. #               active.  Remote computers will recognize you by the hostname.
  171. #       Do not use another computer's name as your hostname.
  172. #       Do not append the domain to the hostname, it will be done for you
  173. #               by appending the entry in domainslist.
  174. #       BOOTP will provide a host name for you if used.
  175. hostname=doslynx
  176.  
  177.  
  178.  
  179.  
  180. #       sockdelay       optional
  181. #
  182. #       sockdelay allows you to specify a specific amount of seconds that
  183. #               Waterloo TCP will attempt to connect to a remote computer,
  184. #               wait for data from a remote computer, and wait to accomplish
  185. #               other miscellaneous networking tasks.
  186. #       The default is 30 seconds, but may be set longer if you have an
  187. #               especially slow connection.
  188. sockdelay=30
  189.  
  190.  
  191.  
  192.  
  193. #       mss             optional
  194. #
  195. #       mss is the maximum segment size that Waterloo TCP can receive.
  196. #       The default value is believed to be at 1024.
  197. #       The maximum value should not exceed 4096.
  198. mss=1024
  199.  
  200.  
  201.  
  202.  
  203. #
  204. #       The following are options specific to DosLynx v0.71 alpha release.
  205. #       You may use the default values if you desire though you should look
  206. #               at them to realize what options are currently available and
  207. #               if they are fitting to you.
  208. #       All command line arguments will overide the following configuration
  209. #               file settings.
  210. #
  211.  
  212.  
  213.  
  214.  
  215. #       tempdir         optional, but suggested
  216. #
  217. #       tempdir specifies the path to a directory in which all temporary files
  218. #               DosLynx will create will be written.
  219. #       If you do not specify a tempdir, the current working directory will be
  220. #               used.
  221. #       It is a good idea not to specify a network drive, as it will cause
  222. #               a drastic performance decrease.
  223. #       Be sure to append a backslash after the path!
  224. tempdir=.\
  225.  
  226.  
  227.  
  228.  
  229. #       textmode           optional
  230. #
  231. #       textmode will suggest a video mode for doslynx to use instead of the
  232. #               normal 80x25 screen size.
  233. #       The default textmode is LOW.
  234. #       Possible values are LOW (80x25) and HIGH (80x50 or 80x43).
  235. textmode=LOW
  236.  
  237.  
  238.  
  239.  
  240. #       printer         optional
  241. #
  242. #       printer tells DosLynx what DOS device that your printer is connected
  243. #               to.
  244. #       NUL is the default value, which means you have no printer.
  245. #       Values can be any valid DOS device such as LPT1, PRN, AUX, COM4, etc.
  246. printer=NUL
  247.  
  248.  
  249.  
  250.  
  251. #       loaded          optional
  252. #
  253. #       loaded will tell DosLynx how many accessed files to keep in memory.
  254. #               Once this limit is reached, DosLynx will begin releasing the
  255. #               oldest unviewed file.
  256. #       The default is 10.
  257. loaded=10
  258.  
  259.  
  260.  
  261.  
  262. #       home            optional
  263. #
  264. #       home specifies a URL that will be loaded by DosLynx on startup.
  265. #       If you do not want home to be loaded on startup, use the loadhome
  266. #               keyword or do not specify home at all.
  267. home=ftp://ftp2.cc.ukans.edu/pub/WWW/DosLynx/readme.htm
  268.  
  269.  
  270.  
  271.  
  272. #       loadhome        optional
  273. #
  274. #       loadhome tells DosLynx wether or not to load the URL specified by
  275. #               the home keyword on startup.
  276. #       The default value for loadhome is ON.
  277. #       Possible values are OFF and ON.
  278. loadhome=ON
  279.  
  280.  
  281.  
  282.  
  283. #       graphicsmode    optional
  284. #
  285. #       graphicsmode informs DosLynx what video mode will be used to display
  286. #               images.  DosLynx will only use the graphicsmode when ready
  287. #               to display the image.
  288. #       You can use a graphicsmode below your actual video capability.
  289. #       You should limit your graphicsmode choice by the capability of your
  290. #               video adapter.
  291. #       The default graphicsmode is NONE, in which case DosLynx will not
  292. #               attempt to display the image.  You will have to use an
  293. #               external viewer after exiting DosLynx to view the image.
  294. #       Possible values are:
  295. #               NONE            No compatible video adapter or turn off
  296. #                                       internal DosLynx image viewing.
  297. #               720x348x2       Hercules video adapter.
  298. #               640x200x2       CGA video adapter.
  299. #               640x350x16      EGA video adapter.
  300. #               640x480x16      VGA video adapter.
  301. graphicsmode=NONE
  302.  
  303.  
  304.  
  305.  
  306. #       hotlistfile     optional
  307. #
  308. #       hotlistfile specifies an HTML file where you can store URLs for quick
  309. #               access.
  310. #       hotlistfile can be any valid DOS path with the following exception:
  311. #               The file extension (suffix) should be .HTM
  312. #       hotlistfile is like any other HTML file and you may, of course, edit
  313. #               the file outside of DosLynx to your specifications.
  314. #       If you do not specify a hotlistfile, there is no default and the
  315. #               option to access this file is not available while running
  316. #               DosLynx.
  317. #       If you will be running DosLynx in a directory other than the one
  318. #               you installed DosLynx in, be sure and specify the full DOS
  319. #               path to your hotlist file.
  320. #hotlistfile=c:\doslynx\hotlist.htm
  321. hotlistfile=HOTLIST.HTM
  322.  
  323.  
  324.  
  325.  
  326. #       errorhtml       mandatory
  327. #
  328. #       errorhtml is an HTML file that will be loaded when DosLynx is unable
  329. #               to access any URL.
  330. #       The file specified must have the .HTM extension (suffix) and must
  331. #               reside in the configuration file directory specified with
  332. #               the /p command line option or in the working directory from
  333. #               which you executed the DosLynx command.
  334. #       errorhtml is like any other HTML file and you may, of course, edit
  335. #               the file outside of DosLynx to your specifications.
  336. #       If errorhtml is not spicified, the default file of ERROR.HTM is used.
  337. #       If the errorhtml file does not exist, DosLynx will hang.
  338. errorhtml=ERROR.HTM
  339.  
  340.  
  341.  
  342.  
  343. #       mailaddr        optional
  344. #
  345. #       mailaddr specifies your internet mail address where you can
  346. #               receive mail.
  347. #       mailaddr is included for your convenience only and is not required
  348. #               in any way.
  349. #       DosLynx uses mailaddr as the default reply address when you send
  350. #               mail to the developer of DosLynx.
  351. #       There is no default value.
  352. #       Possible values can be any valid internet mail address.
  353. #mailaddr=noone@I.do.not.know
  354.  
  355.  
  356.  
  357.  
  358. #       networked       optional
  359. #
  360. #       networked allows you to turn off network access in the case that you
  361. #               are not connected to the Internet, or in the case that you
  362. #               only want to use DosLynx for local file access.
  363. #       Users not connected to the Internet should turn this option off to
  364. #               avoid problems that may arise.
  365. #       If you are connected to the Internet through SLIP, PPP, etc. then
  366. #               you should set networked to YES.
  367. #       The default value is YES.
  368. #       Possible values are YES and NO.
  369. networked=YES
  370.  
  371.  
  372.  
  373.  
  374. #       nntphost        optional
  375. #
  376. #       nntphost is used to specify the default host machine that DosLynx
  377. #               will read news from.
  378. #       It will be to your advantage to specify a local nntp host.
  379. #       The default value is news with your domainslist (see the Waterloo
  380. #               TCP keyword in this configuration file) appended on the end.
  381. #       Possible values are any valid NNTP internet host.
  382. nntphost=news
  383.  
  384.  
  385.  
  386.  
  387. #       http_proxy      optional
  388. #
  389. #       http_proxy tells DosLynx to re-route its request for a http URL to
  390. #               a proxy server rather than going directly to the specified
  391. #               host.
  392. #       This allows users behind a firewall access to the rest of the
  393. #               Internet.
  394. #       Specify a proxy entry just like you would a http URL.  Be sure to
  395. #               specify the correct port number in the proxy URL.
  396. #               For example
  397. #                       http_proxy=http://example.proxy.host:80/
  398. #       There is no default value.  If http_proxy is not specified, then no
  399. #               proxy server will be used.
  400. #http_proxy=
  401.  
  402.  
  403.  
  404.  
  405. #       gopher_proxy    optional
  406. #
  407. #       gopher_proxy tells DosLynx to re-route its request for a gopher URL to
  408. #               a proxy server rather than going directly to the specified
  409. #               host.
  410. #       This allows users behind a firewall access to the rest of the
  411. #               Internet.
  412. #       Specify a proxy entry just like you would a http URL.  Be sure to
  413. #               specify the correct port number in the proxy URL.
  414. #               For example
  415. #                       gopher_proxy=http://example.proxy.host:80/
  416. #       There is no default value.  If gopher_proxy is not specified, then no
  417. #               proxy server will be used.
  418. #gopher_proxy=
  419.  
  420.  
  421.  
  422.  
  423. #       ftp_proxy       optional
  424. #
  425. #       ftp_proxy tells DosLynx to re-route its request for a ftp URL to
  426. #               a proxy server rather than going directly to the specified
  427. #               host.
  428. #       This allows users behind a firewall access to the rest of the
  429. #               Internet.
  430. #       Specify a proxy entry just like you would a http URL.  Be sure to
  431. #               specify the correct port number in the proxy URL.
  432. #               For example
  433. #                       ftp_proxy=http://example.proxy.host:80/
  434. #       There is no default value.  If ftp_proxy is not specified, then no
  435. #               proxy server will be used.
  436. #ftp_proxy=
  437.  
  438.  
  439.  
  440.  
  441. #       wais_proxy      optional
  442. #
  443. #       wais_proxy tells DosLynx to re-route its request for a wais URL to
  444. #               a proxy server rather than going directly to the specified
  445. #               host.
  446. #       This allows users behind a firewall access to the rest of the
  447. #               Internet.
  448. #       Specify a proxy entry just like you would a http URL.  Be sure to
  449. #               specify the correct port number in the proxy URL.
  450. #               For example
  451. #                       wais_proxy=http://example.proxy.host:80/
  452. #       There is no default value.  If wais_proxy is not specified, then no
  453. #               proxy server will be used.
  454. #wais_proxy=
  455.  
  456.  
  457.  
  458.  
  459. #       ems             optional
  460. #
  461. #       ems allows DosLynx to utilize ems memory for swapping overlay modules
  462. #               in and out of memory rather than swapping back and forth to
  463. #               disk.
  464. #       If you have ems memory, it will be to your advantage to enable this
  465. #               keyword since it will increase the speed of DosLynx.
  466. #       The default value is NO.
  467. #       Possible values are YES and NO.
  468. ems=NO
  469.  
  470.  
  471.  
  472.  
  473. #       emspages        optional, advanced
  474. #
  475. #       emspages tells DosLynx the maximum number of ems pages to use when
  476. #               the ems keyword has a value of YES.
  477. #       This allows you to limit the amount of ems memory DosLynx will
  478. #               attempt to utilize.
  479. #       An ems page is 16k in size.
  480. #       The default value is 0, in which case DosLynx will use as many ems
  481. #               pages as it needs.
  482. #       Possible values are unsigned short integers in base 10 or base 16
  483. #               format.
  484. emspages=0x0
  485.  
  486.  
  487.  
  488.  
  489. #       xms             optional
  490. #
  491. #       xms allows DosLynx to utilize xms memory for swapping overlay modules
  492. #               in and out of memory rather than swapping back and forth to
  493. #               disk.
  494. #       XMS memory is a computer's addressable memory above 1 megabyte.
  495. #       If you have xms memory, it will be to your advantage to enable this
  496. #               keyword.
  497. #       In the event that you have specified both the ems and xms keywords as
  498. #               yes, DosLynx will attempt to use them both.
  499. #       If you have ems memory, it will be to your advantage to enable this
  500. #               keyword since it will increase the speed of DosLynx.
  501. #       The default value is NO.
  502. #       Possible values are YES and NO.
  503. xms=NO
  504.  
  505.  
  506.  
  507.  
  508. #       xmslength       optional, advanced
  509. #
  510. #       xmslength tells DosLynx the maximum number of extended memory bytes
  511. #               to use when the xms keyword has a value of YES.
  512. #       This allows you to limit the amount of xms memory DosLynx will
  513. #               attempt to utilize.
  514. #       The default value is 0, in which case DosLynx will use as much
  515. #               extended memory as it needs.
  516. #       Possible values are unsigned long integers in base 10 or base 16
  517. #               format.
  518. xmslength=0x0
  519.  
  520.  
  521.  
  522.  
  523. #       xmsstart        optional, advanced
  524. #
  525. #       xmsstart tells DosLynx the starting address that it can begin to
  526. #               utilize extended memory.
  527. #       This allows you to tell DosLynx not to use specific portions of xms
  528. #               memory in case another program is already using the memory.
  529. #       The default value is 0, in which case DosLynx will attempt to
  530. #               determine a safe starting address for xms memory usage.
  531. #               It is not safe to assume that DosLynx can figure this value
  532. #               on its own.  When possible, always specify xmsstart.
  533. #       Possible values are unsigned long integers in base 10 or base 16
  534. #               format.
  535. xmsstart=0x0
  536.